d/rules: Drop obsolete buildsystem invocation
authorMatthias Geiger <werdahias@debian.org>
Mon, 1 Sep 2025 16:47:37 +0000 (18:47 +0200)
committerMatthias Geiger <werdahias@debian.org>
Mon, 1 Sep 2025 16:47:37 +0000 (18:47 +0200)
debian/rules

index a14ec8eb9c9b6531bd22fe0fb1fc9fc118bd7ab2..741631826f2cafa41aa7fbe7ce906a4862c5e25e 100755 (executable)
@@ -1,8 +1,9 @@
 #!/usr/bin/make -f
+
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-       dh $@ --buildsystem=makefile
+       dh $@
 
 override_dh_auto_install:
        dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)